home *** CD-ROM | disk | FTP | other *** search
- Path: dispatch.news.demon.net!demon!redrobe.demon.co.uk
- From: Mike@Redrobe.demon.co.uk (Mike)
- Newsgroups: comp.sys.amiga.applications,comp.sys.amiga.misc
- Subject: Re: DirOpus: Global Commmands?
- Date: 23 Feb 96 12:21:27 +0000
- Message-ID: <1296.6627T741T1396@Redrobe.demon.co.uk>
- References: <4gi9ch$h1k@utdallas.edu>
- NNTP-Posting-Host: redrobe.demon.co.uk
- X-NNTP-Posting-Host: redrobe.demon.co.uk
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
-
-
- Hi, jochoa , on 22-Feb-96 17:33:05 you scribbled....
- >I was wondering if any one knew how to do global commands in DOpus like a
- >person would in XTree-Gold (Ms-Dos).
-
- >I would like Dopus to find all file on my HD that I specify (#?.IFF) and
- >list them in the opposite window so that I can delete, copy, move to
- >another location.
-
- >If anyone knows how to get the "Hunt" command to do this, it would be great.
- >Even a page number in the doc's would be nice.
-
- hmm why not just have a script on a button?
-
- ----------------------------------------------------------------------
-
- .key sourcedir/A,destdir/A,pattern/A
- .bra {
- .ket }
-
- list {sourcedir} p={pattern} all lformat "copy %P%N {destdir}" >t:copylist
- execute t:copylist
- delete t:copylist
- ----------------------------------------------------------------------
-
- ...and a button with "execute myscript {s} {d} {Rs}" as its commandline?
-
- Not exactly what you wanted...but close ;)
-
- This *copies* all the files you specify from source window to dest window
-
-
- Mike
-
-
- BTW that lot was from memory...so I hope the syntax is ok ;)
-
- --
- ---------------------------------------------------------------------------
- Mike Redrobe - Mike@Redrobe.demon.co.uk MikeRR on #Amiga
- ---------------------------------------------------------------------------
-
-